home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / LOCALE / catalogs / Identify.cd < prev    next >
Text File  |  2000-05-08  |  15KB  |  616 lines

  1. ;****************************************************************
  2. ;*                                                              *
  3. ;*          identify.library       Catalog Descriptor           *
  4. ;*                                                              *
  5. ;****************************************************************
  6. ;*
  7. ;*      (C) 1996-97  Richard Körber  -- All Rights Reserved
  8. ;*
  9. ;****************************************************************
  10. ;
  11. ;   ** IMPORTANT NOTES FOR TRANSLATORS **
  12. ;
  13. ;       · Nr. 0 must always be preserved
  14. ;       · Do NOT change the sequence of '%' parameters
  15. ;       · Do NOT change the order of the entries
  16. ;       · Obey the minimum and maximum length
  17. ;       · Note that some lines have trailing spaces
  18. ;
  19. ;
  20. ;================================================================
  21. ;       MISCELLANEOUS STRINGS (1..)
  22. ;================================================================
  23. ;
  24. MSG_BYTE                (1//)
  25. %ld
  26. MSG_KBYTE               (//)
  27. %ld.%cKB
  28. MSG_MBYTE               (//)
  29. %ld.%cMB
  30. MSG_GBYTE               (//)
  31. %ld.%cGB
  32. ;
  33. ;================================================================
  34. ;       BOARD CLASSES (100..)
  35. ;================================================================
  36. ;  Keep these strings as short as ever possible.
  37. ;
  38. MSG_EXP_UNKNOWN         (100//49)
  39. (unknown)
  40. MSG_EXP_MISC            (//49)
  41. expansion
  42. ;
  43. MSG_EXP_TURBO           (//49)
  44. accelerator
  45. MSG_EXP_TURBORAM        (//49)
  46. accelerator RAM
  47. MSG_EXP_TURBOHD         (//49)
  48. accelerator HD controller
  49. MSG_EXP_TURBOIDE        (//49)
  50. accelerator IDE controller
  51. MSG_EXP_TURBOSCSIHD     (//49)
  52. accelerator SCSI host adapter
  53. ;
  54. MSG_EXP_NET             (//49)
  55. network
  56. MSG_EXP_ARCNET          (//49)
  57. ArcNet
  58. MSG_EXP_ETHERNET        (//49)
  59. Ethernet
  60. ;
  61. MSG_EXP_AUDIO           (//49)
  62. audio
  63. MSG_EXP_VIDEO           (//49)
  64. video
  65. MSG_EXP_MULTIMEDIA      (//49)
  66. multimedia
  67. MSG_EXP_DSP             (//49)
  68. DSP
  69. ;
  70. MSG_EXP_BUSBRIDGE       (//49)
  71. ISA bus bridge
  72. MSG_EXP_BRIDGE          (//49)
  73. PC bridge
  74. ;
  75. MSG_EXP_EMULATOR        (//49)
  76. emulator
  77. MSG_EXP_MACEMU          (//49)
  78. Macintosh emulator
  79. MSG_EXP_ATARIEMU        (//49)
  80. Atari emulator
  81. ;
  82. MSG_EXP_GFX             (//49)
  83. graphics
  84. MSG_EXP_GFXRAM          (//49)
  85. graphics RAM
  86. ;
  87. MSG_EXP_HD              (//49)
  88. HD controller
  89. MSG_EXP_HDRAM           (//49)
  90. HD controller RAM
  91. MSG_EXP_IDEHD           (//49)
  92. IDE controller
  93. MSG_EXP_IDEHDRAM        (//49)
  94. IDE controller RAM
  95. MSG_EXP_SCSIHD          (//49)
  96. SCSI host adapter
  97. MSG_EXP_RAMSCSIHD       (//49)
  98. SCSI host adapter RAM
  99. MSG_EXP_CDROM           (//49)
  100. CD-ROM interface
  101. ;
  102. MSG_EXP_MODEM           (//49)
  103. internal modem
  104. MSG_EXP_ISDN            (//49)
  105. internal ISDN
  106. ;
  107. MSG_EXP_MULTIIO         (//49)
  108. multi I/O
  109. MSG_EXP_SERIAL          (//49)
  110. multi serial
  111. MSG_EXP_PARALLEL        (//49)
  112. multi parallel
  113. MSG_EXP_SCANIF          (//49)
  114. scanner interface
  115. MSG_EXP_TABLET          (//49)
  116. drawing tablet interface
  117. ;
  118. MSG_EXP_RAM             (//49)
  119. RAM expansion
  120. MSG_EXP_FLASHROM        (//49)
  121. Flash ROM
  122. ;
  123. MSG_EXP_SCSIIDE         (//49)
  124. SCSI/IDE controller
  125. MSG_EXP_RAMFPU          (//49)
  126. RAM expansion / FPU
  127. ;
  128. MSG_EXP_GUESS           (//49)
  129. (guessed)
  130. MSG_EXP_KICKSTART       (//49)
  131. KickStart
  132. ;
  133. MSG_EXP_RAM32           (//49)
  134. 32bit RAM expansion
  135. MSG_EXP_TURBOANDRAM     (//49)
  136. accelerator / RAM exp.
  137. MSG_EXP_ACCESS          (//49)
  138. access control
  139. MSG_EXP_INTERFACE       (//49)
  140. interface
  141. MSG_EXP_MFMHD           (//49)
  142. MFM HD controller
  143. MSG_EXP_FLOPPY          (//49)
  144. floppy disk interface
  145. ;
  146. ;================================================================
  147. ;       ALERT GENERAL ERROR (1024..)
  148. ;================================================================
  149. ;
  150. MSG_ALERT_RECOVERY      (1024//49)
  151. Recoverable
  152. MSG_ALERT_DEADEND       (//49)
  153. Deadend
  154. MSG_ALERT_UNKNOWN       (//49)
  155. Unknown
  156. ;
  157. MSG_AG_BADPARM          (//49)
  158. Bad parameter
  159. MSG_AG_CLOSEDEV         (//49)
  160. Cannot close device
  161. MSG_AG_CLOSELIB         (//49)
  162. Cannot close library
  163. MSG_AG_GENERAL          (//49)
  164. General fault
  165. MSG_AG_IOERROR          (//49)
  166. I/O error
  167. MSG_AG_MAKELIB          (//49)
  168. Cannot make library
  169. MSG_AG_NOMEMORY         (//49)
  170. No memory
  171. MSG_AG_NOSIGNAL         (//49)
  172. No signal
  173. MSG_AG_OPENDEV          (//49)
  174. Cannot open device
  175. MSG_AG_OPENLIB          (//49)
  176. Cannot open library
  177. MSG_AG_OPENRES          (//49)
  178. Cannot open resource
  179. MSG_AG_PROCCREATE       (//49)
  180. Process creation failed
  181. ;
  182. ;================================================================
  183. ;       ALERT ERROR (2048..)
  184. ;================================================================
  185. ;
  186. MSG_ACPU_ADDRESSERR     (2048//49)
  187. Illegal address access
  188. MSG_ACPU_AUTOVEC1       (//49)
  189. AutoVector Level 1 interrupt error
  190. MSG_ACPU_AUTOVEC2       (//49)
  191. AutoVector Level 2 interrupt error
  192. MSG_ACPU_AUTOVEC3       (//49)
  193. AutoVector Level 3 interrupt error
  194. MSG_ACPU_AUTOVEC4       (//49)
  195. AutoVector Level 4 interrupt error
  196. MSG_ACPU_AUTOVEC5       (//49)
  197. AutoVector Level 5 interrupt error
  198. MSG_ACPU_AUTOVEC6       (//49)
  199. AutoVector Level 6 interrupt error
  200. MSG_ACPU_AUTOVEC7       (//49)
  201. AutoVector Level 7 interrupt error
  202. MSG_ACPU_BUSERR         (//49)
  203. Hardware bus fault/access error
  204. MSG_ACPU_CHK            (//49)
  205. Check instruction error
  206. MSG_ACPU_COPRVIOL       (//49)
  207. Coprocessor protocol violation
  208. MSG_ACPU_DIVZERO        (//49)
  209. Divide by zero
  210. MSG_ACPU_FORMAT         (//49)
  211. Stack frame format error
  212. MSG_ACPU_FPCPBRANCH     (//49)
  213. FPCP branch or set on unordered condition
  214. MSG_ACPU_FPCPDIVZERO    (//49)
  215. FPCP divide by zero
  216. MSG_ACPU_FPCPINEXACT    (//49)
  217. FPCP inexact result
  218. MSG_ACPU_FPCPOPERROR    (//49)
  219. FPCP operand error
  220. MSG_ACPU_FPCPOVER       (//49)
  221. FPCP overflow
  222. MSG_ACPU_FPCPUNDER      (//49)
  223. FPCP underflow
  224. MSG_ACPU_UNIMPLDTYPE    (//49)
  225. FPCP unimplemented data type
  226. MSG_ACPU_INSTERR        (//49)
  227. Illegal instruction
  228. MSG_ACPU_LINEA          (//49)
  229. Line 1010 Emulator error
  230. MSG_ACPU_LINEF          (//49)
  231. Line 1111 Emulator error
  232. MSG_ACPU_MMUACCVIOL     (//49)
  233. PMMU access level violation
  234. MSG_ACPU_MMUCONFIG      (//49)
  235. PMMU configuration
  236. MSG_ACPU_MMUILLEGAL     (//49)
  237. PMMU illegal configuration
  238. MSG_ACPU_NAN            (//49)
  239. FPCP signaling NAN
  240. MSG_ACPU_PRIVERR        (//49)
  241. Privilege violation error
  242. MSG_ACPU_SPURIOUS       (//49)
  243. Spurious interrupt error
  244. MSG_ACPU_TRACE          (//49)
  245. Trace error
  246. MSG_ACPU_TRAPV          (//49)
  247. TrapV instruction error
  248. MSG_AN_ADDSWGADGET      (//49)
  249. Add SW gadgets, no memory
  250. MSG_AN_ASYNCPKT         (//49)
  251. Unexpected packet received
  252. MSG_AN_AUDIODEV         (//49)
  253. Audio device trouble
  254. MSG_AN_BADCHKSUM        (//49)
  255. Invalid checksum
  256. MSG_AN_BADEXPANSIONFREE (//49)
  257. Freeed free region
  258. MSG_AN_BADFREEADDR      (//49)
  259. Memory header not located
  260. MSG_AN_BADGADGET        (//49)
  261. Recovery form of AN_GadgetType
  262. MSG_AN_BADINITFUNC      (//49)
  263. Invalid init packet for cli/shell
  264. MSG_AN_BADMESSAGE       (//49)
  265. Bad Message received by IDCMP
  266. MSG_AN_BADOVERLAY       (//49)
  267. Bad overlay
  268. MSG_AN_BADQUICKINT      (//49)
  269. An uninitialized quick interrupt has happened
  270. MSG_AN_BADSEGLIST       (//49)
  271. Overlays are illegal for library segments
  272. MSG_AN_BADSEMAPHORE     (//49)
  273. An attempt was made to use old msg semaphores
  274. MSG_AN_BADSTATE         (//49)
  275. Bad State Return entering Intuition
  276. MSG_AN_BASECHKSUM       (//49)
  277. Execbase checksum bad
  278. MSG_AN_BITMAP           (//49)
  279. Bitmap corrupt
  280. MSG_AN_BLTBITMAP        (//49)
  281. BltBitMap, no memory
  282. MSG_AN_BOGUSEXCPT       (//49)
  283. Illegal 68k exception taken
  284. MSG_AN_BOOTERROR        (//49)
  285. Boot code returned an error
  286. MSG_AN_BOOTSTRAP        (//49)
  287. Bootstrap trouble
  288. MSG_AN_CIARSRC          (//49)
  289. cia.resource trouble
  290. MSG_AN_CONSOLEDEV       (//49)
  291. colsole.device trouble
  292. MSG_AN_CREATEPORT       (//49)
  293. Create port, no memory
  294. MSG_AN_DISKBLKSEQ       (//49)
  295. Disk block sequence error
  296. MSG_AN_DISKCOPY         (//49)
  297. DiskCopy trouble
  298. MSG_AN_DISKERROR        (//49)
  299. Disk Error
  300. MSG_AN_DISKFONTLIB      (//49)
  301. diskfont.library trouble
  302. MSG_AN_DISKRSRC         (//49)
  303. disk.resource trouble
  304. MSG_AN_DOSLIB           (//49)
  305. dos.library trouble
  306. MSG_AN_DRHASDISK        (//49)
  307. Get unit: already has disk
  308. MSG_AN_DRINTNOACT       (//49)
  309. Interrupt: no active unit
  310. MSG_AN_ENDTASK          (//49)
  311. EndTask didn't
  312. MSG_AN_EXCPTVECT        (//49)
  313. 68000 exception vector checksum
  314. MSG_AN_EXECLIB          (//49)
  315. exec.library trouble
  316. MSG_